get Operator
Gets the logical operator used to combine this condition with a preceding condition or a default state.
Possible values are:
- OPERATOR_AND (0): Logical AND
- OPERATOR_OR (1): Logical OR
- OPERATOR_AND_NOT (2): Logical AND NOT
- OPERATOR_OR_NOT (3): Logical OR NOT
Return
The integer value representing the operator.